home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
hc200.arj
/
HYPERRA.ARJ
/
HYPERRA.Q-A
< prev
next >
Wrap
Text File
|
1994-02-15
|
678b
|
29 lines
ClearScreen
ChangeColor 15 0
Display " You have a choice of which version of the HyperChat Help file|"
Display " you want. One is in ANS (ANSI graphics) format and the other |"
Display " is just plan ASCII format.||"
Display "||"
ChangeColor 3 0
Display " Which version do you want?"
ChangeColor 14 0
Display "||"
Display " [G] ANSI graphics (color) version|"
Display " [A] ASCII version (no color)|"
ChangeColor 2 0
Display "||"
Display " Your choice:"
GetChoice GA 1
If 1 = "g"
goto GRAPHICS
EndIf
MenuCmnd 48 C:\RA\TXTFILES\HYPERHLP.ASC
EndIf
Quit
:GRAPHICS
MenuCmnd 48 C:\RA\TXTFILES\HYPERHLP.ANS
EndIf
Quit
----- END -----